projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ddcd70
)
Warning cleanup in tomtom.c.
author
robertl
<robertl>
Fri, 20 Jun 2008 15:52:58 +0000
(15:52 +0000)
committer
robertl
<robertl>
Fri, 20 Jun 2008 15:52:58 +0000
(15:52 +0000)
tomtom.c
patch
|
blob
|
history
diff --git
a/tomtom.c
b/tomtom.c
index 498ac34c6148b03b49d1f9b87d397b1910cfa2d1..6c20b4f12af1a0a97d356e48328bf846b5701813 100644
(file)
--- a/
tomtom.c
+++ b/
tomtom.c
@@
-97,7
+97,7
@@
data_read(void)
if (global_opts.debug_level >= 5)
printf("Skipping %li bytes\n", recsize );
while (recsize-- > 0)
- read_char( file_in );
+
(void)
read_char( file_in );
}
else if ( rectype == 1 ) {
/* a block header; ignored on read */